To enable ScriptCheck for use with InstaCompOne archives:
- Place a copy of the file "InstaCompOneSCExt.rsrc" in the same folder as your Installer script source file (myInstallScript.r, etc.).
- Rename the file so that it has the same name as the install script source but uses the filename extension of ".scx". Example: "myInstallScript.scx"
However, this assumes that the .r file is the name of the resulting script, i.e., the resulting Installer script will be called "myInstallScript". Actually, the InstaCompOneSCExt.rsrc file should take the name of your resulting script. For instance, if "myInstallScript.r" produces a script named "InstallScript," then the "InstaCompOneSCExt.rsrc" file should be called "InstallScript.scx", NOT "myInstallScript.scx".